home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5473 < prev    next >
Encoding:
Text File  |  1996-08-05  |  920 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.uunet.ca!nypl!torfree!af798
  3. From: af798@torfree.net (Agatha D. Babiarz)
  4. Subject: MS _pg_getpalette()
  5. Message-ID: <DMEv55.IzC.0.bloor@torfree.net>
  6. Organization: Toronto Free-Net
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. Date: Wed, 7 Feb 1996 15:03:04 GMT
  9.  
  10. I'm using Microsoft 'presentation graphics' to produce chart. 
  11. My problems is that it does not have LINEONLY for line style.
  12. If I want to plot a hundred or more data points the graph, and more 
  13. than one series, the default plot characters like *, #, $ make the 
  14. graph illegible. 
  15.  
  16. I tried to change default plot characters to a dot or anything else, 
  17. using _pg_getpalette(), _pg_setpalette(), but it didn't work.
  18.  
  19. As a matter of fack using only _pg_getpalette to check the defaults, 
  20. screws up the graph.
  21.  
  22. Does anybody know a sulution.
  23.  
  24. Is there a similar graphics library of another brand available.
  25.  
  26. Thanks in advance for help.
  27.  
  28. a.b.
  29.